home *** CD-ROM | disk | FTP | other *** search
- ; WbInfo-Installer v1.1 (2.1.98)
- ; © 1997 by Ulrich Hambuch
-
- (copyfiles
- (prompt "Copying WBInfo-Executeable to WBStartup.")
- (help @copyfiles-help)
- (source "WBInfo")
- (dest "SYS:WBStartup/")
- (files)
- (confirm)
- )
-
- (copyfiles
- (prompt "Copying WBInfo Icon to WBStartup.")
- (help @copyfiles-help)
- (source "WBInfo.info")
- (dest "SYS:WBStartup/")
- (files)
- (confirm)
- )
-